home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / tutfiles.arc / MULTITUT.ARC / MULT2 < prev    next >
Encoding:
Text File  |  1988-08-02  |  935 b   |  23 lines

  1. Multitasking involves splitting the available memory of your PC into 2 or
  2. more individual "regions" or partitions. Let's take a simple multitasking
  3. program and look at how it works; a shareware multitasker available on
  4. most BBS systems by the name of multask.arc or mts.arc.
  5.  
  6. Upon execution of this program, mts splits your computer's memory into
  7. 2 regions and pretends that each region is a standalone DOS partition,
  8. each sharing your computer's most precious resource: the CPU. (We'll
  9. refer to these partitions as partition A and B). Any multitasker will
  10. also provide a means for the user to "swap" between partitions via a key
  11. sequence like <ALT-ESC>.
  12.  
  13. Now you have the means of executing 2 programs "simultaneously". For
  14. instance you could begin the sorting of a data base in the A partition,
  15. then "swap" to the B partition via the swap key sequence and call your
  16. favorite BBS system (Home Dba right?).
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.